关键字:git pull
dify大语言模型(LLM) 应用开发平台本地部署
<p>大家好我是图恩,今天在本地部署了一下dify这个应用,以下为部署步骤。</p><p><span style="color: color(srgb 0.120353 0.120353 0.120353); background-colo ...
分类:
阅读:489
发布时间:2024-08-04 22:19:40
执行git pull出现错误Please commit your changes or stash them before you merge如何处理?
<p>对本地的代码进行修改后,直接git pull会提示本地代码冲突,需要先commit本地代码,或者stash他们,两种方案可以解决。</p><ul><li><span style="font-size: 14px;"><b>希望保留本地 ...
分类:
阅读:295
发布时间:2022-05-28 11:55:32
如何实现java调用shell脚本并部署vue项目
<p>最近给网站加了一个通过shell脚本部署的功能,通过前台调用后台java接口,java再调用shell脚本实现部署。</p><p><br/></p><p>目前后台管理系统跟门户系统都实现了部署功能,这个过程涉及到两个功能点,一是jav ...
分类:
阅读:636
发布时间:2022-02-19 22:37:09
Git基础指令总结
<article class="_2rhmJa"><p>1、初始化本地Git存储库</p> <pre><code>git init </code></pre> <p>2、创建远程存储库的本地副本</p> <pre><code>git clo ...
分类:
阅读:459
发布时间:2021-09-01 06:30:52
git分支的合并
<h2 id="_1">常见操作</h2> <h3 id="_2">全局配置用户信息</h3> <pre class="codehilite"><code>git config --global user.name "smyhvae" g ...
分类:
阅读:535
发布时间:2021-08-15 16:07:49
vue项目使用shell命令在服务器上拉取代码、打包、更新网站代码
<p>#!/bin/bash </p><p>#输出当前系统的所有PATH值 </p><p>echo $PATH node -v </p><p>git clone https://gitee.com/wilkwo ...
分类:
阅读:819
发布时间:2021-05-09 22:03:50
2020年需要学习的10个前端关键技能
<!-- wp:image --> <figure class="wp-block-image"><img src="https://p1-tt.byteimg.com/origin/pgc-image/df4c391d74784730ba ...
分类:
阅读:1165
发布时间:2021-01-17 21:30:35
前端常用的开发环境核心内容整理[ git | chrome | h5抓包 | webpack | linux ]
<article class="_2rhmJa"> <h2>一、Git 代码版本管理工具</h2> <h5>1.常用的git服务器</h5> github | coding.net(码云) <h5>2.git的常用命令</h5> <pre> ...
分类:
阅读:442
发布时间:2020-10-31 11:00:55
前端常用的开发环境核心内容整理[ git | chrome | h5抓包 | webpack | linux ]
<article class="_2rhmJa"><h2>一、Git 代码版本管理工具</h2> <h5>1.常用的git服务器</h5> <p>github | coding.net(码云)</p> <h5>2.git的常用命令</h5> ...
分类:
阅读:730
发布时间:2020-10-31 10:36:05
git快速克隆github仓库,并且连接远程仓库提交代码
大家使用过git克隆github仓库的伙伴应该都遇到过克隆速度很慢,还经常中断的问题;所以这里为大家分享一个快速克隆github仓库的方法,这个方法我经常也在开发工作中使用! 1.首先确保你已经安装好git命令行工具。 image 2.打开 ...
分类:
阅读:896
发布时间:2020-09-05 19:09:23
暂无数据
1
2
3
专题推荐
推荐阅读
1
老爸跟小叔来玩了一个星期
阅读:87
发布时间:2024-11-13 21:54:58